A collection containing the names of the processes that will satisfy the trigger.
__property IStringVector** Processes;
IStringVector** Processes;
Property Processes() As IStringVector**
Each item in the collection is a process name.
If no processes are specified, the trigger will apply to all processes. For example, if TriggerOptions is set to ptoTriggerProcessStarted, the job will be triggered any time a process starts.
Process names must be specified exactly as they appear in the Processes list in the Windows Task Manager (except that case is ignored).
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|